Skip to main content

0.13.2 -> 0.14.0

Before

  1. SmartContractServiceConfig was a ScriptableObject implemented to game in build time.

  2. StandaloneBrowserJsConfig's variables were named differently.

After

  1. SmartContractServiceConfig is data fetched from backend (Old ScriptableObject with missing script can be safely deleted). It is needed only for duels, and not for asynchronous games. To retrieve the data and initialize SmartContractService, call:

    UniTask SmartContractService.Initialize()

    If your game is not connected to SmartContractService in our database, it will result in an error. To connect your game, contact us on our developers Discord.

  2. StandaloneBrowserJsConfig's variables were renamed, which resulted in resetting values to the default. To make it work like before, it is suggested to set chain id to 11155111 (or another you use), every checkbox to true, delays to 100.